home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / mac / varilogs.hqx / Logs / Logging Stacks USA / Radio / card_2983.txt < prev    next >
Encoding:
Text File  |  1988-03-23  |  10.0 KB  |  474 lines

  1. -- card: 2983 from stack: in
  2. -- bmap block id: 4688
  3. -- flags: 0000
  4. -- background id: 2782
  5. -- name: Radio Set Up
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 8003
  15. -- rect: left=26 top=66 right=88 bottom=126
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Band Plans
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   push this card
  27.   go to card id 4935 of stack "theBands"
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 8003
  36. -- rect: left=17 top=95 right=117 bottom=133
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Local Directory
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   push this card
  48.   go to stack "Directory"
  49. end mouseUp
  50.  
  51.  
  52.  
  53.  
  54. -- part 3 (button)
  55. -- low flags: 00
  56. -- high flags: 8003
  57. -- rect: left=36 top=124 right=146 bottom=109
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: QSO Log
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   push this card
  69.   go to stack "QSO log"
  70. end mouseUp
  71.  
  72.  
  73.  
  74.  
  75. -- part 4 (button)
  76. -- low flags: 00
  77. -- high flags: 8003
  78. -- rect: left=28 top=311 right=331 bottom=80
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Stars
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   doMenu "Stars1.6"
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 20 (field)
  95. -- low flags: 00
  96. -- high flags: 0004
  97. -- rect: left=159 top=50 right=71 bottom=334
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 128
  102. -- text size: 12
  103. -- style flags: 256
  104. -- line height: 16
  105. -- part name: Call
  106.  
  107.  
  108. -- part 19 (field)
  109. -- low flags: 00
  110. -- high flags: 0004
  111. -- rect: left=198 top=96 right=116 bottom=269
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Time zone
  120.  
  121.  
  122. -- part 7 (field)
  123. -- low flags: 00
  124. -- high flags: 0000
  125. -- rect: left=376 top=129 right=148 bottom=452
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Local Time
  134.  
  135.  
  136. -- part 8 (field)
  137. -- low flags: 00
  138. -- high flags: 0000
  139. -- rect: left=376 top=152 right=171 bottom=452
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: Zulu Time
  148.  
  149.  
  150. -- part 11 (button)
  151. -- low flags: 00
  152. -- high flags: 8003
  153. -- rect: left=348 top=85 right=107 bottom=483
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 1
  157. -- font id: 0
  158. -- text size: 12
  159. -- style flags: 0
  160. -- line height: 16
  161. -- part name: Time & Date
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   time_setup
  165.   global timezone
  166.   global zfactor
  167.   get the time
  168.   put it && timezone into card field "Local Time"
  169.   convert it to secs
  170.   add zfactor to it
  171.   convert it to time
  172.   put it && "Z" into card field "Zulu Time"
  173.   put the date && "(" & timezone & ")" into card field "Local Date"
  174.   get the time
  175.   convert it to secs
  176.   add zfactor to it
  177.   convert it to date
  178.   put it && "(UTC)" into card field "Zulu Date"
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 12 (field)
  184. -- low flags: 00
  185. -- high flags: 0000
  186. -- rect: left=359 top=198 right=216 bottom=470
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Local Date
  195.  
  196.  
  197. -- part 14 (field)
  198. -- low flags: 00
  199. -- high flags: 0000
  200. -- rect: left=359 top=220 right=238 bottom=470
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: Zulu Date
  209.  
  210.  
  211. -- part 15 (button)
  212. -- low flags: 00
  213. -- high flags: 8000
  214. -- rect: left=129 top=228 right=277 bottom=172
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 20098 / 20098
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: Home
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.   visual effect iris close
  226.   go home
  227. end mouseUp
  228.  
  229.  
  230.  
  231. -- part 16 (button)
  232. -- low flags: 00
  233. -- high flags: 8000
  234. -- rect: left=24 top=228 right=277 bottom=64
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 17343 / 17343
  237. -- text alignment: 1
  238. -- font id: 0
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: Code
  243. ----- HyperTalk script -----
  244. on mouseUp
  245.   open The Boss:" Work Desk":CODE:Morse1.1
  246. end mouseUp
  247.  
  248.  
  249.  
  250. -- part 17 (button)
  251. -- low flags: 00
  252. -- high flags: 8000
  253. -- rect: left=76 top=228 right=276 bottom=118
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 17343 / 17343
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: TNC
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   open The Boss:Comms:Packet:TNC2term
  265. end mouseUp
  266.  
  267.  
  268.  
  269. -- part 18 (button)
  270. -- low flags: 00
  271. -- high flags: 8003
  272. -- rect: left=38 top=152 right=174 bottom=105
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 1
  276. -- font id: 0
  277. -- text size: 12
  278. -- style flags: 0
  279. -- line height: 16
  280. -- part name: Contest
  281. ----- HyperTalk script -----
  282. on mouseUp
  283.   go to stack "Contester"
  284. end mouseUp
  285.  
  286.  
  287.  
  288.  
  289. -- part 21 (button)
  290. -- low flags: 00
  291. -- high flags: 2000
  292. -- rect: left=4 top=179 right=196 bottom=36
  293. -- title width / last selected line: 0
  294. -- icon id / first selected line: 0 / 0
  295. -- text alignment: 1
  296. -- font id: 0
  297. -- text size: 12
  298. -- style flags: 0
  299. -- line height: 16
  300. -- part name: 
  301. ----- HyperTalk script -----
  302. on mouseUp
  303.   visual effect iris open
  304.   push this card
  305.   go to card id 4282
  306. end mouseUp
  307.  
  308.  
  309.  
  310.  
  311. -- part 22 (button)
  312. -- low flags: 00
  313. -- high flags: 2000
  314. -- rect: left=42 top=179 right=196 bottom=105
  315. -- title width / last selected line: 0
  316. -- icon id / first selected line: 0 / 0
  317. -- text alignment: 1
  318. -- font id: 0
  319. -- text size: 12
  320. -- style flags: 0
  321. -- line height: 16
  322. -- part name: 
  323. ----- HyperTalk script -----
  324. on mouseUp
  325.   visual effect iris open
  326.   push this card
  327.   go to card id 3782
  328. end mouseUp
  329.  
  330.  
  331.  
  332.  
  333. -- part 23 (button)
  334. -- low flags: 00
  335. -- high flags: 2000
  336. -- rect: left=113 top=178 right=196 bottom=186
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 0 / 0
  339. -- text alignment: 1
  340. -- font id: 0
  341. -- text size: 12
  342. -- style flags: 0
  343. -- line height: 16
  344. -- part name: 
  345. ----- HyperTalk script -----
  346. on mouseUp
  347.   visual effect iris open
  348.   push this card
  349.   go to card id 3297
  350. end mouseUp
  351.  
  352.  
  353.  
  354.  
  355. -- part 24 (button)
  356. -- low flags: 00
  357. -- high flags: A000
  358. -- rect: left=112 top=198 right=216 bottom=185
  359. -- title width / last selected line: 0
  360. -- icon id / first selected line: 0 / 0
  361. -- text alignment: 1
  362. -- font id: 0
  363. -- text size: 12
  364. -- style flags: 0
  365. -- line height: 16
  366. -- part name: Calculator
  367. ----- HyperTalk script -----
  368. on mouseUp
  369.   visual effect iris open
  370.   push this card
  371.   go to card id 4984
  372. end mouseUp
  373.  
  374.  
  375.  
  376.  
  377. -- part 25 (button)
  378. -- low flags: 00
  379. -- high flags: 2000
  380. -- rect: left=9 top=198 right=216 bottom=78
  381. -- title width / last selected line: 0
  382. -- icon id / first selected line: 0 / 0
  383. -- text alignment: 1
  384. -- font id: 0
  385. -- text size: 12
  386. -- style flags: 0
  387. -- line height: 16
  388. -- part name: phonetics
  389. ----- HyperTalk script -----
  390. on mouseUp
  391.   visual effect iris open
  392.   push this card
  393.   go to card id 4017
  394. end mouseUp
  395.  
  396.  
  397.  
  398.  
  399. -- part 26 (field)
  400. -- low flags: 80
  401. -- high flags: 0007
  402. -- rect: left=203 top=126 right=303 bottom=358
  403. -- title width / last selected line: 0
  404. -- icon id / first selected line: 0 / 0
  405. -- text alignment: 0
  406. -- font id: 128
  407. -- text size: 10
  408. -- style flags: 0
  409. -- line height: 13
  410. -- part name: Author
  411.  
  412.  
  413. -- part 27 (button)
  414. -- low flags: 00
  415. -- high flags: 0000
  416. -- rect: left=345 top=45 right=69 bottom=377
  417. -- title width / last selected line: 0
  418. -- icon id / first selected line: 2478 / 2478
  419. -- text alignment: 1
  420. -- font id: 0
  421. -- text size: 12
  422. -- style flags: 0
  423. -- line height: 16
  424. -- part name: 
  425. ----- HyperTalk script -----
  426. on mouseUp
  427.   set the visible of card field "author" to not the visible of card field "author"
  428. end mouseUp
  429.  
  430.  
  431.  
  432. -- part contents for card part 8
  433. ----- text -----
  434. 07:11 Z
  435.  
  436. -- part contents for card part 7
  437. ----- text -----
  438. 19:11 PST
  439.  
  440.  
  441. -- part contents for card part 12
  442. ----- text -----
  443. 3/23/88 (PST
  444. )
  445.  
  446. -- part contents for card part 14
  447. ----- text -----
  448. 3/24/88 (UTC)
  449.  
  450. -- part contents for card part 26
  451. ----- text -----
  452. stack Radio by:
  453. Ted Tripp, KE0RI
  454. 4588 CR 523
  455. Bayfield, CO 81122
  456. 303-884-9366
  457. CIS #76146,1410
  458. @ BBS KD0DI
  459. This stack and collection of stacks is by no means complete. I envision amateur radio stacks which would supplement the ARRL Novice, General, Advanced and Extra Class license manuals.
  460. I find that the Directory stack works very well, once the info is entered (use the Import database button, but prepare your data carefully so it matches the field order in the stack), but HyperCard is painfully slow entering information. Same is true for QSO log and Contester,kbut everyone writes some kind of  contest and QSO software!
  461. One more thing, I offer this effort as a free gift to the amateur radio-Macintosh community. I would appreciate comments, suggestions, and more development. However, if anyone out there would like to send me a gift of cash, that would be very nice and much appreciated, out here in the wilds of impoverished SW Colorado.
  462. Ted Tripp, KE0RI
  463.  
  464. ps: the Boston II font installed in this stack is copyrighted by Charles Maurer, 31 Forsyth Avenue South, Hamilton, Ontario, Canada, L8S 2A4 ($10 shareware fee), but I have modified it to put a slash in the zeros, etc.
  465. I use Stars1.6 as a screen blanker, installed in this stack. As far as I know, it is freeware.
  466.  
  467. -- part contents for card part 19
  468. ----- text -----
  469. PST
  470.  
  471.  
  472. -- part contents for card part 20
  473. ----- text -----
  474. N6PHJ